Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ModelessFormBase Class / GetFormula Method / GetFormula(CellRange[]) Method


In This Topic
    GetFormula(CellRange[]) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overloads Function GetFormula( _
       ByVal cellRanges() As CellRange _
    ) As String
    'Usage
     
    
    Dim instance As ModelessFormBase
    Dim cellRanges() As CellRange
    Dim value As String
     
    value = instance.GetFormula(cellRanges)
    protected string GetFormula( 
       CellRange[] cellRanges
    )

    Parameters

    cellRanges
    See Also